Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


notifyUser

This procedure notifies the user of some message by some means, for example, e-mail.

Location: af\app\afsesmngrp.i

Parameters:

INPUT pdUserObj AS DECIMAL

The object number of the user record to notify.

INPUT pcUserName AS CHARACTER

The user name of the user record to notify. This is used only when the pdUserObj is 0.

INPUT pcAction AS CHARACTER

The action used to notify the user, for example, “e-mail.”

INPUT pcSubject AS CHARACTER

The subject of the message.

INPUT pcMessage AS CHARACTER

The message text.

OUTPUT pcFailedReason AS CHARACTER

The reason for any failure.

Notes: None

Examples: See the askQuestion procedure in af\app\afsesmngrp.i.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095